home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 November / PCWorld_2006-11_cd.bin / domacnost a kancelar / findgraph / fgraph.exe / {app} / Appr / lines_pol.txt < prev    next >
Text File  |  2003-08-27  |  844b  |  32 lines

  1.  LINES_POL.DLL
  2.  Plugin for FindGraph.exe (www.uniphiz.com/findgraph.htm)
  3.  *
  4.  **************************************************************
  5.  Calculate polynomial approximation on each step of interval 
  6.  
  7.  How to use: 
  8.     Place LINES_POL.DLL in the program FindGraph subfolder "Appr".
  9.     Start FundGraph.
  10.     Start The Wizard of approximation.
  11.     On step 2 select 'User defined function'.
  12.     If all right, on step 3 your function will appear in list.
  13.  
  14.  Approximation function:
  15.     Lines  on Step: y(i) =Ai0 + Ai1*x...+AiN*x^N)
  16.  
  17.  Parameters:
  18.     Step = 
  19.     N = pow of polynomial approximation in limits from 0 to +5
  20.  
  21.  Example: 
  22.         Interval x: 0 - 10
  23.         Step = 2 
  24.     N=3
  25.     V(U, i) = Ai0 + Ai1*U + Ai2*U^2 + Ai3*U^3
  26.         i = 1,2,3,4,5
  27.         4x5 = 20 coefficients
  28.  
  29.  Questions:
  30.        Sergey Vasilyev
  31.        serg@uniphiz.com
  32.